home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / team fixtures.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  874 b   |  24 lines

  1. Ôªø<?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3.  
  4. <!-- this panel contains a list of fixtures, and a fixture details panel -->
  5. <!-- the details panel shows more information about the currently selected item in the list -->
  6.  
  7. <panel title="Team Fixtures Panel">
  8.     <!-- arrange them on top of each other - giving the fixtures panel any space that the details panel doesn't need -->
  9.     <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
  10.  
  11.     <!-- make both items as wide as this one -->
  12.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  13.     
  14.     <!-- list of fixtures -->
  15.     <widget class="fixtures_panel" id="fxpn">
  16.         <event id="sele">
  17.             <integer id="evid" value="sfix" />
  18.             <integer id="evtg" value="fxdt" />
  19.         </event>
  20.     </widget>
  21.  
  22. </panel>
  23.  
  24.